-
Re: Task Status
Try: =IF(ISDATE([Actual Date]@row), "Complete", IF([Target Date]@row > TODAY(), "Upcoming", IF(AND([Target Date]@row < TODAY(), ISBLANK([Actual Date]@row)), "Past Due&q…1 · -
Re: Count based on Multiple Criteria & Dates
The only thing that jumps out is the Dates. The way it reads is less than 1/1/24 and greater than 12/30/24… I'd swap the direction of the <>.1 · -
Re: URGENT! Account access terming! How to offload/archive data for access outside of Smartsheet
There's this option for requesting backups... Request a one-time backup | Smartsheet Learning Center1 · -
Re: IF statement comparing today's date to a projected date
Hmm. Is the date column setup as a date type column vs text/number? You can also just try retyping the formula vs copying/paste which has been known to cause issues in some cases.1 · -
Re: Returning Harvey Balls after comparing dates in two columns
I added a check to see if the 1st column is empty, if so, it'll just stay blank. If it is filled it will move on. Oops, I had the formula backwards subtracting 1st column from 2nd. I've switched that…1 ·